Private Declare Function SetWindowPos Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal X As Long, ByVal Y As Long, ByVal cx As Long, ByVal cy As Long, ByVal wFlags As Long) As Long
Private Sub Form_Load()
Call SetWindowPos(hwnd, -1, 0, 0, 0, 0, 3) 'Always on top in case pesky task bar is in the way
With Screen
Move 0, .Height - Height, .Width
End With
picDisplay.Width = Width
With moEDisp
.ShowGrid = False
Set .Container = picDisplay
.Caption = "Click message to end it ~~~ " & _
"Microsoft buys England - will license English language ~~~ " & _
"Developers switching to COBOL in droves ~~~ " & _
"Computer virus transmitted to humans via keyboard ~~~ "